home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / System / DeskLayoutForm.dfm < prev    next >
Encoding:
Text File  |  2001-03-22  |  1.2 KB  |  56 lines

  1. object Form1: TForm1
  2.   Left = 324
  3.   Top = 339
  4.   BorderStyle = bsDialog
  5.   Caption = 'Desktop Layout Save/Restore'
  6.   ClientHeight = 120
  7.   ClientWidth = 258
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ScreenResLabel: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 175
  23.     Height = 13
  24.     Caption = 'Current Screen Resolution: %d by %d'
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 16
  28.     Top = 32
  29.     Width = 233
  30.     Height = 2
  31.     Shape = bsTopLine
  32.   end
  33.   object SaveLayout: TButton
  34.     Left = 8
  35.     Top = 48
  36.     Width = 241
  37.     Height = 25
  38.     Caption = 'Save Layout for this screen resolution'
  39.     TabOrder = 0
  40.     OnClick = SaveLayoutClick
  41.   end
  42.   object RestoreLayout: TButton
  43.     Left = 8
  44.     Top = 80
  45.     Width = 241
  46.     Height = 25
  47.     Caption = 'Restore Layout for this screen resolution'
  48.     TabOrder = 1
  49.     OnClick = RestoreLayoutClick
  50.   end
  51.   object dm: TDesktopManager
  52.     Left = 208
  53.     Top = 8
  54.   end
  55. end
  56.